home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 April / EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso / earcd / dtype / tiffdt.rdm < prev   
Text File  |  1996-03-13  |  1KB  |  38 lines

  1. Short:    V43.1 datatype for TIFF files.
  2. Author:   bert.wynants@innet.be
  3. Uploader: bert.wynants@innet.be
  4. Type:     util/dtype
  5.  
  6. Changes since 40.5
  7. ******************
  8. -polski catalog added (thanks to Marcin Orîowski)
  9. -spanish catalog added (thanks to Dámaso D. Estévez)
  10. -added support for DTPrefs 2.0 by Swen K. Stullich (Swen@Trashcan.mcnet.de)
  11. -added DTA_ErrorLevel support
  12. -added DTA_ErrorNumber support
  13. -enabled support for V43 picture datatype
  14.  
  15. Introduction
  16. ************
  17.  
  18. Starting with OS Release 3 the Amiga has the concept of `datatypes', which
  19. allow reading and viewing files of different types and formats.  MultiView
  20. utilizes these datatypes and displays any file for which you have a data
  21. types class installed.  Already supplied on your Workbench disk is the ILBM
  22. datatype for loading regular IFF-ILBM pictures.
  23.  
  24. Using this TIFF datatype you can enhance the functionality of MultiView and
  25. other datatypes-aware applications.
  26.  
  27. TIFF Files (Tag Image File Format) are files commonly used in the
  28. graphic computer world (Mac, Sun, NeXT, IBM)
  29.  
  30. this TIFF Datatype is compatible with the 6.0 specs of TIFF.
  31.  
  32. supported TIFF:
  33.  -multiple image TIFF
  34.  -1,2,3,4,5,6,7,8,24,32 Bit
  35.  -Line-art, gray, palette images, 24 bit color RGB, 32 Bit color CMYK.
  36.  
  37. ======================================================================
  38.